projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6d78a2f
c64d191
)
auto merge of #320 : alexcrichton/cargo/fix-doc-bins, r=wycats
author
bors
<bors@rust-lang.org>
Wed, 6 Aug 2014 18:58:18 +0000
(18:58 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 6 Aug 2014 18:58:18 +0000
(18:58 +0000)
This removes the check in the compilation phase, but adds an error if you're
documenting a library and a binary with the same name (as the rustdoc output
would conflict).
Closes #318
Trivial merge